home *** CD-ROM | disk | FTP | other *** search
Fred Fish's Product-Info | 1997-11-20 | 1.0 KB | 52 lines |
- .name
- ShowJPEG
- .aminet-dir
- gfx/board
- .type
- Picture Viewer
- .short
- A JPEG picture viewer for Picasso board.
- .description
- A JPEG picture viewer for the Picasso board. Features include: As
- compatible to the jpeg-standard as software can be, Supports
- greyscaled pictures, Various speed/quality tradeoff settings, Fast,
- CLI or WB start, Can be aborted anytime (with Ctrl-C or Escape),
- Filerequester, Pattern matching, Nocrop option, and Backdrop-screen.
- .version
- 1.6
- .date
- 1995.04.26
- .author
- Roman Hiestand
- .distribution
- Copyrighted but Freely Redistributable
- .address
- Roman Hiestand
- Luziaweg 15
- CH-8807 Freienbach
- Switzerland
- .email
- rhiestan@iiic.ethz.ch
- .fax
- CH-055/48 26 37
- .docs
- ShowJPEG.doc
- .described-by
- Fred Fish (fnf@amigalib.com)
- .submittal
- Downloaded via ftp from aminet (wuarchive.wustl.edu).
- .execute
- set orgdir `cd`
- set choice `RequestChoice "ShowJPEG" "Please select an option" "View Doc" "Run Program" "Cancel"`
- if $choice EQ "0"
- quit 5
- endif
-
- if $choice EQ "1"
- MetaTool ShowJPEG.doc TEXT
- endif
-
- if $choice EQ "2"
- ShowJPEG
- endif
-